utf-8 also works better with tools that don t expect to receive multibyte data utf-8在不支持多字節(jié)數(shù)據(jù)的工具中也能正常工作。
big endian means that the most significant byte of any multibyte data field is stored at the lowest memory address, which is also the address of the larger field 大端字節(jié)意味著任意多字節(jié)數(shù)據(jù)字段的高位字節(jié)存儲于低的內(nèi)存地址中。低內(nèi)存地址也是大字段的地址。
little endian means that the least significant byte of any multibyte data field is stored at the lowest memory address, which is also the address of the larger field 小端字節(jié)意味著任意多字節(jié)數(shù)據(jù)字段的低位字節(jié)存儲于低的內(nèi)存地址中,低內(nèi)存地址也是大字段的地址。
if the stack will run on a little endian processor, it will have to reorder-at run time-the bytes of every multibyte data field within the various layers'headers 如果該棧運行于一個小端字節(jié)序的處理器上,它不得不在運行時,在不同層的頭部,重排每一個多節(jié)字?jǐn)?shù)據(jù)字段的字節(jié)順序。